home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 March
/
PCWorld_2008-03_cd.bin
/
temacd
/
fortknox
/
fk-setup225.exe
/
{app}
/
FortKnox.mof
< prev
next >
Wrap
Text File
|
2007-10-30
|
2KB
|
64 lines
//**************************************************************************
//* File: FortKnox.mof
//**************************************************************************
//**************************************************************************
//* This MOF was generated from the "\\.\ROOT\SecurityCenter"
//* namespace on machine "NETGATE".\
//* To compile this MOF on another machine you should edit this pragma.
//**************************************************************************
#pragma autorecover
#pragma namespace("\\\\.\\ROOT\\SecurityCenter")
//**************************************************************************
//* Class: FirewallProduct
//* Derived from:
//**************************************************************************
class FirewallProduct
{
[key, Not_Null] string instanceGuid;
[Not_Null] string displayName;
[Not_Null] boolean enabled;
string pathToEnableUI;
string enableUIParameters;
uint8 enableUIMd5Hash[];
string companyName;
string versionNumber;
};
//**************************************************************************
//* Instances of: FirewallProduct
//**************************************************************************
instance of FirewallProduct as $FPFProvider
{
companyName = "NETGATE Technologies s.r.o.";
displayName = "FortKnox Personal Firewall";
enabled = FALSE;
instanceGuid = "{11F7D93C-3185-4875-AAD2-7960F8B8063F}";
versionNumber = "2007";
pathToEnableUI = "{EXEFILE}";
};
instance of __InstanceProviderRegistration
{
Provider = $FPFProvider;
SupportsPut = "FALSE";
SupportsGet = "TRUE";
SupportsDelete = "FALSE";
SupportsEnumeration = "TRUE";
};
//* EOF FortKnox.mof